home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / gplus-in / ctype.h < prev    next >
C/C++ Source or Header  |  1992-04-18  |  178b  |  11 lines

  1. #include <_G_config.h>
  2. extern "C" {
  3. #include_next <ctype.h>
  4. #ifndef toupper
  5. extern int toupper _G_ARGS((int));
  6. #endif
  7. #ifndef tolower
  8. extern int tolower _G_ARGS((int));
  9. #endif
  10. }
  11.